home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Amiga Amateur Radio User Group / AARUG UK #37 (199x)(Amiga Amateur Radio User Group UK)(PD)[G4DCV].zip / AARUG UK #37 (199x)(Amiga Amateur Radio User Group UK)(PD)[G4DCV].adf / update.txt < prev    next >
Text File  |  1991-05-04  |  3KB  |  72 lines

  1. Additions and Bugs Fixed since Demo Version:
  2. --------------------------------------------
  3.  
  4. Version 1.05:
  5. -------------
  6. No difference at all, but 68000/68010 version now included.
  7. 68000/010 version includes a command line parameter to set
  8. memory size (see readme file).  NB the 68000/010 version
  9. will run on all machines, not just 68000/010's.
  10.  
  11.  
  12. Version 1.04:
  13. -------------
  14. 1) Source code changed a lot with litle affect to the
  15. emulator.  Small changes in screen handling, (gets correct
  16. colour cursor on multiple text pages).  Disk handling has
  17. been improved, it now allows disk transfers to odd byte
  18. boundaries, even if the hard disk device does not.
  19.  
  20. 2) Minor bugs fixed in emulation.  Potential bug found in
  21. disk interface - I doubt whether this made any difference,
  22. but now its doing "the right thing".
  23.  
  24.  
  25. Version 1.03:
  26. -------------
  27. 1) Bug fixed to allow ARP or WB Mount commands to function
  28. correctly.  Previously only ARP's Mount command would work.
  29.  
  30. 2) Screen handling changed slightly.  Avoids a problem when
  31. the timer interrupt is taken over - sometimes only odd lines
  32. would be displayed on graphics screens.
  33.  
  34.  
  35. Version 1.02:
  36. -------------
  37. 1) Handling of processor flags changed slightly so that the
  38. top four bits of the FLAGS words are always set.  This stops
  39. some programs from thinking that the processor is a 80286 or
  40. even a 80386.  (Most noticable when trying to run PKZIP or
  41. PKUNZIP!)
  42.  
  43.  
  44. Version 1.01:
  45. -------------
  46. 1) Hard disk partitions with > 256 cylinders now function
  47. correctly.  (Not that this would have worried anyone using the
  48. demo version - it only supported a 2MB partition.)
  49.  
  50. 2) A bug in the BIOS which writes characters to the graphics
  51. screen has been fixed.  When a BIOS call to print multiple
  52. characters was issued garbage would get printed.
  53.  
  54. 3) The screen handling has been changed slightly.  Basically this
  55. means that speed has been improved when using the screen driver
  56. ANSI.SYS.
  57.  
  58. 4) The parameters that are used for drives are no longer read
  59. from the mountlist, but instead from the AmigaDOS environment.
  60. This has cured all the problems that the emulator had with
  61. reading the mountlist.  This is why devices now have to be
  62. mounted before running the emulator.  Also, HD partitions which
  63. are mounted at boot time (before a devs:mountlist is read), can
  64. be used with the emulator.
  65.  
  66. 5) A parallel port has been added.  The port is only accessible
  67. at the BIOS level and is intended only for a printer.  If the
  68. application which you wish to use to print does not print
  69. correctly, try printing to a file and then use either the dos
  70. print or copy commands.
  71.  
  72.